Skip to main content

Authentication

Description
REST service calls will need to authenticate with tokens which can be generated with the Login API.

Headers
Following headers are required for Authentication:

  • API_KEY: The static API key for SEIR
  • device_id: The device id that is registered with the token
  • Authorization: The Authorization header in either Bearer format or just the token

See Login